home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / mcf_buttons / docs / readme.first < prev    next >
Text File  |  1997-04-16  |  4KB  |  97 lines

  1.     $VER: MCF.About       5.0   (08.03.97)
  2.     $VER: MCF.Buttons     5.0.7 (16.04.97)
  3.     $VER: MCF.WWW         5.0.2 (27.02.97)
  4.     $VER: Install_PlugIns 5.0   (26.03.97)
  5.  
  6. Requirements:
  7.  
  8.     1.    AmIRC installed, running correctly with RexxMSGPort.
  9.     2.    MuiRexx version 2.2 installed to MuiRexx: or SYS:RexxC
  10.     3.    Icon.mcc version 1.1 installed to MUI:libs/mui
  11.     4.    Recommended that you make   Rx  and  WaitForPort  resident.
  12.  
  13. Installation:
  14.  
  15.     1.    Copy  MCF_Buttons.AMIRX  and  MCF_WWW.AMIRX from the
  16.                 MCF_Buttons/Rexx dir to your AmIRC/Rexx directory.
  17.     2.    Copy  MCF.Buttons  from the MCF_Buttons/MCF dir to
  18.                 either  MCF:  or your AmIRC directory.
  19.     3.    Copy  MCFGB.prefs  from the MCF_Buttons/Env/mui dir
  20.         to  ENV:mui  and  ENVARC:mui.  (This is my default
  21.         MUI configuration prefs for MCF_Buttons)
  22.     4.    MCF_Buttons now comes with 2 pages (AmIRC and User).
  23.         If you want to add pages for MCF, Kuang¹¹,
  24.         Phoenix, and/or WildText,  Click on  Install_PlugIns
  25.         icon and follow instructions, Stage1 thru Stage3.
  26.     5.    If you want to be able to Plugin future pages,
  27.         copy Install_PlugIns.info and Install_PlugIns.rexx
  28.         to your AmIRC directory.
  29.  
  30. Use:
  31.  
  32.     1.    Type  /Rx MCF_Buttons  in AmIRC to execute.
  33.         (If you run MCF, get new MCF_JOIN.AMIRX script
  34.          and insert   /b   between mcf_join and the  %p)
  35.     2.    After sizing and positioning the MCF_Buttons window
  36.         where you desire it to be, set MUI Window settings
  37.         to save window position on exit and click on  Use.
  38.         After exiting MCF_Buttons then, you can restart
  39.         MCF_Buttons and change MUI Window settings to either
  40.         Remember or Forget window position on exit and click
  41.         on  Save.
  42.  
  43.  
  44.  
  45. Explaination of entries in MCF.Buttons file.
  46.  
  47.     The following labels Must Exist:
  48.         # AmIRC        (This defines the very start of Buttons data)
  49.                 # END        (This defines the end of Buttons data)
  50.         # WWW        (This is added at your first execution of
  51.                  MCF_Buttons.  This is your default WebBrowser)
  52.  
  53.     Any other labels between  AMIRC  and  END  are at the User's
  54.     discretion and my be placed in any manner or order.
  55.  
  56.  
  57.     The first time you run MCF_Buttons.AMIRX, it will ask for
  58.     your Web Browser.  Select the PopASL gadget and then select
  59.     Volumes first,  then select the Drive: Directory(s) and ProgramFile
  60.     of your WebBrowser of choice.  This information will then be added
  61.     to the end of the MCF.Buttons file.
  62.     Format of this line is:  # WWW DH3:Internet/WebBrowsers/IBrowse/IBrowse
  63.     This will then be used by  MCF_WWW.AMIRX  when you desire to
  64.     goto an URL in your URL Grabber.  Double Click on the URL
  65.     in the URL Grabber window or snapshot and URL in a channel window
  66.     and then click on  GoToURL  Button.
  67.  
  68.  
  69.     There are 3 types of entries:
  70.         1.  ! Label   starts a frame with said Label
  71.         2.  Standard Button command with following format:
  72.             1 word for button, command as executed
  73.             by AmIRC.
  74.         3.  Button/PopSlider command with the following format:
  75.             @   then 1 word for button,
  76.             PopSlider Min-Value,  PopSlider Max-Value,
  77.             command as executed by AmIRC
  78.  
  79.     WARNING: When adding new Buttons and PopSliders, do 1 at a time
  80.         so that you can see if what you are adding suddenly
  81.         messes up them MCF_Buttons GUI Window.
  82.  
  83.  
  84.     You may use 4 different variables in command lines:
  85.         %c = Current Channel
  86.         %n = Your Current Nick
  87.         %u = Selected User from active window
  88.         %# = Current PopSlider Value
  89.  
  90.     Default Help Text for each button is the first 80 Characters of the
  91.     Button's Function.  To Over-ride this and enter a more descriptive
  92.     help, insert the following immediately before the Button's Function:
  93.  
  94.         /h Enter your Help Text here h/
  95.  
  96.     /h and h/ delimit the Help Text for that button.
  97.